home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Windows 1993 Fall / TestDrive Windows 1993 Fall.iso / dslab / trndfnct.txt < prev    next >
Text File  |  1993-06-01  |  945b  |  7 lines

  1. The "Next value in the trend" is calculated using the Trend1 function which uses the least squares method of generating a trend line and estimating what the next value along that trend line will be.
  2.  
  3. The "Trend value for Given 'X' " is calculated using the Trend2 funciton which uses the least squares method of generating a trend line and estimating the value along that trend line for the given 'X'.
  4.  
  5. The "Trend value for Current step" also uses the Trend2 function but uses a variable element ('Curent Step' which returns the current step) as the argument for which step value to show.
  6.  
  7. The "Dependent Value for given 'X' " is calculated using the Trend3 function which uses the least squares method of generating a trend line and estimating the value along that trend line for the given 'X'. It differs from the Trend2 function in that the dependency is to a series of values ("Independent array") which are not the steps in the model.